*{
    font-family: "spartan";
    margin: 0;
    padding: 0;
}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5rem;
    background-color: #ecedf5;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.navbar img{
    padding-left: 5.5rem;
}
.nav-icons{
    padding-right: 5rem;
}
.nav-icons a{
    text-decoration: none;
    color: #1a1a1a;
    padding-right: 2rem;
    font-weight: 580;
    font-size: 1rem;
    transition: 0.3s ease;
    position: relative;
}
.nav-icons i{
    font-size: 1.6rem;
}
.nav-icons a:hover,
.nav-icons a.active{
    color: #088178;
}
.nav-icons a.active::after,
.nav-icons a:hover::after{
    content: '';
    width: 33%;
    background-color: #088178;
    position: absolute;
    height: 2px;
    bottom: -4px;
    left: 0px;
}
.hero-section{
    background-image: url(hero4.png);
    background-size: cover;
    padding-left: 6rem;
    height: 98vh;
    width: 100%;
    margin-top: 3rem;
}
.hero-section h4{
    padding-top: 15rem;
    color: #1a1a1a;
    font-size: 1.3rem;
    font-weight: 600;
}
.hero-section h2{
    font-size: 2.8rem;
    color: #000;
    padding-top: 1rem;
    font-weight: 600;
}
.hero-section h1{
    color: #088178;
    font-size: 3rem;
    padding-top: 0rem;
    font-weight: 600;
}
.hero-section p{
    font-size: 1rem;
    padding-top: 1rem;
    color: rgb(89, 88, 88);
}
.hero-section button{
    margin-top: 1.2rem;
    border: none;
    background-image: url(button.png);
    background-size: cover;
    font-weight: 700;
    font-size: 0.9rem;
    background-position: center;
    background-color: transparent;
    color: #088178;
    padding: 14px 80px 14px 65px;
}
.features{
    display: flex;
    justify-content: space-around;
    padding-top: 3.5rem;
    flex-wrap: wrap;
}
.feature-box{
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
    border: 1px solid #cce7d0;
    text-align: center;
    padding: 1.7rem 1.4rem;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    margin-bottom: 1.9rem;
}
.feature-box img{
    width: 100%;
}
.feature-box:hover{
    transform: scale(1.15);
    box-shadow: 8px 8px 15px ;
}
.feature-box h6{
    margin-top: 2rem;
    border-radius: 4px;
    color: #088178;
    background-color: #fddde4;
    height: 2.2rem;
    padding-top: 0.6rem;
    width: auto;
    font-size: 0.9rem;
    font-weight: 600;
}
.feature-box:nth-child(2) h6{
    background-color: #cdebbc;
}
.feature-box:nth-child(3) h6{
    background-color: #d1e8f2;
}
.feature-box:nth-child(4) h6{
    background-color: #cdd4f8;
}
.feature-box:nth-child(5) h6{
    background-color: #f6dbf6;
}
.feature-box:nth-child(6) h6{
    background-color: #fff2e5;
}
.product-section{
    text-align: center;
    margin-top: 7rem;
}
.product-section h1{
    font-weight: 600;
}
.product-section p{
    padding-top: 0.3rem;
    color: rgb(89, 88, 88);
}
.products{
    display: flex;
    justify-content: space-around;
    margin: 2.5rem 2.5rem;
    flex-wrap: wrap;
}
.item{
    text-align: start;
    height: 28rem;
    width: 19rem;
    border-radius: 17px;
    border: 1px solid #cce7d0;
    padding: 0.7rem 0.8rem;
    background-color: #dee2f7;
    backdrop-filter: blur(20px);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
    transition: 0.3s ease-in-out;
}
.item:hover{
    box-shadow: 8px 8px 15px ;
    transform: scale(0.9);
}
.item img{
    background-size: cover;
    width: 100%;
    border-radius: 17px;
}
.item p{
    color: #606063;
    padding-top: 1rem;
    margin: 0;
    font-size: 0.85rem;
}
.item h5{
    margin-top: 0.8rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}
.star{
    color: rgb(255, 190, 27);
    font-size: 1.2rem;
    filter: drop-shadow(1px 2px 2px grey);
}
.cart{
    display: flex;
    justify-content: space-between;
}
.cart h5{
    color: rgb(194, 2, 2);
    font-weight: 600;
    font-size: 1.1rem;
}
.cart-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e3f6e6;
    margin-right: 1rem;
    border: 1px solid #cce7d0;
    transition: 0.2s ease-in-out;
}
.cart-icon:hover{
    transform: scale(1.2);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.cart-icon i{
    margin-top: 12.8px;
    font-size: 1.3rem;
    color: #088178;
    padding-left: 0.4rem;
    margin-bottom: 0.4rem;
}
.banner{
    width: 100%;
    height: 20rem;
    background-image: url(banner/b2.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-top: 8rem;
}
.banner h5{
    padding-top: 5rem;
    color: white;
    font-weight: 600;
}
.banner h1{
    margin-top: 1.3rem;
    color: white;
    font-weight: 600;
}
.banner h1 span{
    color: red;
}
.banner button{
    margin-top: 1rem;
    height: auto;
    width: auto;
    padding: 0.9rem 1.3rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: 0.3s ease-in-out;
}
.banner button:hover{
    background-color: #088178;
    color: white;
}
.newarrival-product-section{
    text-align: center;
    margin-top: 7rem;
}
.newarrival-product-section h1{
    font-weight: 600;
}
.newarrival-product-section p{
    padding-top: 0.3rem;
    color: rgb(89, 88, 88);
}
.newarrival-products{
    display: flex;
    justify-content: space-around;
    margin: 2.5rem 2.5rem;
    flex-wrap: wrap;
}
.newarrival-item{
    text-align: start;
    height: 28rem;
    width: 19rem;
    border-radius: 17px;
    border: 1px solid #cce7d0;
    padding: 0.7rem 0.8rem;
    background-color: #dee2f7;
    backdrop-filter: blur(20px);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
    transition: 0.3s ease-in-out;
}
.newarrival-item:hover{
    box-shadow: 8px 8px 15px ;
    transform: scale(0.9);
}
.newarrival-item img{
    background-size: cover;
    width: 100%;
    border-radius: 17px;
}
.newarrival-item p{
    color: #606063;
    padding-top: 1rem;
    margin: 0;
    font-size: 0.85rem;
}
.newarrival-item h5{
    margin-top: 0.8rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}
.star{
    color: rgb(255, 190, 27);
    font-size: 1.2rem;
    filter: drop-shadow(1px 2px 2px grey);
}
.cart{
    display: flex;
    justify-content: space-between;
}
.cart h5{
    color: rgb(194, 2, 2);
    font-weight: 600;
    font-size: 1.1rem;
}
.cart-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e3f6e6;
    margin-right: 1rem;
    border: 1px solid #cce7d0;
    transition: 0.2s ease-in-out;
}
.cart-icon:hover{
    transform: scale(1.2);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.cart-icon i{
    margin-top: 12.8px;
    font-size: 1.3rem;
    color: #088178;
    padding-left: 0.4rem;
    margin-bottom: 0.4rem;
}
.small-banners{
    padding: 4rem 4rem 3.5rem 4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.first-banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem;
    height: 50vh;
    width: 48%;
    background-image: url(banner/b17.jpg);
    background-size: cover;
    background-position: center;
}
.first-banner h5{
    color: #fff;
    font-weight: 400;
}
.first-banner h2{
    color: #fff;
    font-weight: 700;
    margin-top: 0.6rem;
}
.first-banner p{
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
}
.first-banner button{
    height: 2.7rem;
    width: 8rem;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    outline: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: 0.3s ease-in-out;
}
.first-banner:hover button{
    background-color: #088178;
    border: none;
}
.second-banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem;
    height: 50vh;
    width: 48%;
    background-image: url(banner/b10.jpg);
    background-size: cover;
    background-position: center;
}
.second-banner h5{
    color: #fff;
    font-weight: 400;
}
.second-banner h2{
    color: #fff;
    font-weight: 700;
    margin-top: 0.6rem;
}
.second-banner p{
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
}
.second-banner button{
    height: 2.7rem;
    width: 8rem;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    outline: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: 0.3s ease-in-out;
}
.second-banner:hover button{
    background-color: #088178;
    border: none;
}
.exsmall-banners{
    padding: 0 4rem 2rem 4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.third-banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2rem;
    height: 33vh;
    width: 32%;
    background-image: url(banner/b7.jpg);
    background-size: cover;
    background-position: center;
}
.third-banner h2{
    padding-top: 1rem;
    color: #fff;
    font-weight: 800;
    font-size: 1.7rem;
}
.third-banner h5{
    color: rgb(219, 3, 3);
    font-weight: 600;
    font-size: 1.1rem;
}
.fourth-banner{
    background-image: url(banner/b4.jpg);
}
.fifth-banner{
    background-image: url(banner/b18.jpg);
}
#newsletter{
    padding: 0 4rem;
    width: 100%;
    height: 12rem;
    background-image: url(banner/b14.png);
    background-position: 30% 30%;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #041e42;
    margin-top: 2.5rem;
}
.signup-heading h4{
    color: #fff;
    font-weight: 700;
}
.signup-heading p{
    margin-top: 0.9rem;
    color: #b6b4b4;
    font-weight: 600;
}
.signup-heading p span{
    color: #ffbd27;
}
.signup{
    display: flex;
    justify-content: space-between;
    height: 3rem;
    width: 40%;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
.signup input{
    background-color: transparent;
    border: none;
    padding-left: 2.5rem;
    border-radius: 4px;
}
.signup button{
    width: 7rem;
    background-color: #088178;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 0.9rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.signup input[type="email"]:focus{
    outline: none;
}
.footer{
    padding: 5.5rem 4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact h5{
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 2.5rem;
}
.contact h6{
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 0.4rem;
}
.contact h6 span{
    font-size: 1rem;
    font-weight: 400;
    color: #474748;
}
.social-icons{
    margin-top: 1.5rem;
}
.social-icons i{
    font-size: 1.3rem;
    color: black;
    transition: 0.3s ease-in-out;
}
.social-icons i:hover{
    color:#088178;
    transform: scale(1.4);
}
.about h5{
    font-size: 1.1rem;
    font-weight: 600;
}
.about a{
    text-decoration: none;
}
.about h6{
    margin-top: 0.7rem;
    font-size: 0.95rem;
    font-weight: 400;
    color: #474748;
}
.about h6:hover{
    color: #088178;
    text-decoration: underline;
}
.account h5{
    font-size: 1.1rem;
    font-weight: 600;
}
.account a{
    text-decoration: none;
}
.account h6{
    margin-top: 0.7rem;
    font-size: 0.95rem;
    font-weight: 400;
    color: #474748;
}
.account h6:hover{
    color: #088178;
    text-decoration: underline;
}
.install-app h5{
    font-size: 1.1rem;
    font-weight: 600;
}
.install-app p{
    margin-top: 0.7rem;
    font-size: 1rem;
    font-weight: 400;
    color: #5e5e61;
}
.pay{
    height: 2.7rem;
    width: 20rem;
}
.app-icon img{
    border: 2px solid #088178;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
}
.app-icon img:hover{
    transform: scale(1.1);
    box-shadow: 5px 5px 8px rgba(0,0,0,0.4);
}
.copyright{
    display: flex;
    justify-content: center;
}
.copyright h5{
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #373535;
}

/* ----------------Responsive--------------- */

.hamburger-menu {
    display: none;
    font-size: 1.6rem;
    cursor: pointer;
    margin-left: 8rem;
}
@media (max-width: 768px) {
    .nav-icons {
        display: none; /* hide menu by default */
        flex-direction: column;
        gap: 15px;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        position: absolute;
        top: 60px;
        right: 10px;
        width: 180px;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        z-index: 10;
    }
    .hamburger-menu {
        display: block;
        padding-right: 2rem;
    }
    .nav-icons.active {
        display: flex;
    }
    .navbar{
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0;
    }
    .navbar img{
        padding: 0 0 0 2rem ;
    }

    /* Hero Section */

    .hero-section{
        padding-left: 0;
        width: 100%;
        background-position: 60%;
        background-size: cover;
        text-align: center;
    }
    .hero-section h4{
        padding-top: 10rem;
    }

    /* Small Banners */
    .small-banners {
        flex-direction: column;
        padding: 1rem;
        gap: 1.5rem; /* spacing between banners */
    }

    .first-banner,
    .second-banner {
        width: 100%;
        height: 29vh; /* reduce height on mobile */
        padding-left: 1rem;
        padding-right: 1rem;
        justify-content: center;
    }

    .first-banner h5,
    .second-banner h5 {
        font-size: 0.9rem;
    }
    .first-banner h2,
    .second-banner h2 {
        font-size: 1.5rem;
    }
    .first-banner p,
    .second-banner p {
        font-size: 0.8rem;
    }
    .first-banner button,
    .second-banner button {
        width: 6rem;
        height: 2.2rem;
        font-size: 0.8rem;
    }

  /* Ex-Small Banners */
    .exsmall-banners {
        align-items: center;
        flex-direction: column;
        padding: 1rem;
        gap: 1rem;
    }
    .third-banner,
    .fourth-banner,
    .fifth-banner {
        width: 80%;
        height: 25vh;
        padding-left: 1rem;
    }
    .third-banner h2,
    .fourth-banner h2,
    .fifth-banner h2 {
        font-size: 1.3rem;
    }
    .third-banner h5,
    .fourth-banner h5,
    .fifth-banner h5 {
        font-size: 0.9rem;
    }
  
  /* Newsletter */
    #newsletter {
        flex-direction: column;
        height: auto;
        padding: 1rem;
        text-align: center;
        gap: 1rem;
    }
    .signup {
        height: 2.8rem;
        width: 90%;
        justify-content: center;
    }
    .signup input {
        width: 70%;
        padding: 0.5rem 1rem;
    }
    .signup button {
        width: 30%;
        font-size: 0.8rem;
    }

  /* Footer */
    .footer {
        flex-direction: column;
        padding: 2rem 1rem;
        gap: 2rem;
        text-align: center;
    }
    .contact img{
        padding-left: 3rem;
    }
    .contact,
    .about,
    .account,
    .install-app {
        width: 100%;
        padding: 0;
    }
    .social-icons {
        justify-content: center;
    }

  /* Copyright */
    .copyright h5 {
        font-size: 0.8rem;
    }

  /* Single Product */
    .product-details{
        padding: 7rem 1rem 0 1rem !important;
    }
    .image-details{
        width: 100% !important;
        height: 70%;
    }
    .image-details img{
        width: 100% !important;
        height: 70%;
        background-size: cover;
        background-position: center;
    }
    .other-products{
        margin-top: 0.5rem;
        display: flex;
        width: 100% !important;
        height: 7rem !important;
    }
    .pricing-details{
        padding-right: 0rem !important;
        margin-top: 2rem;
    }

    /* Blog Section */
    .blog{
        padding: 0rem 2rem !important;
    }
    .blog-details {
        margin-top: 8rem !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .blog-img{
        width: 100% !important;
    }
    .blog-description{
        margin-top: 1.5rem;
        width: 100% !important;
    }
    .blog-description a::after{
        right: 120px !important;
    }

    /* About Section */
    .about-us{
        padding-bottom: 1rem !important;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .aboutus-img{
        width: 100% !important;
    } 
    .aboutus-img img{
        width: 100% !important;
    }
    .aboutus-description{
        width: 100% !important;
    }
    .aboutus-description h1{
        margin-top: 1rem;
        font-size: 2.2rem !important;
    }
    .aboutus-description p{
        font-size: 0.9rem;
    }
    .about-app h1{
        font-size: 2.2rem !important;
    }
    .about-app .video{
        width: 90% !important;
    }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Shop Page */

.shop-hero-section{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 5rem;
    background-image: url(banner/img2.jpg);
    background-size: cover;
    /* background-position: center; */
    width: 100%;
    height: 40vh;
}
.shop-hero-section h2{
    margin-left: 28rem;
    font-size: 3rem;
    color: #201f1f;
    padding-top: 1.5rem;
    font-weight: 700;
}
.shop-hero-section p{
    margin-left: 28rem;
    font-size: 1rem;
    padding-top: 0.2rem;
    color: #201f1f;
    font-weight: 500;
}
.pagination{
    padding: 3rem 3rem;
    display: flex;
    justify-content: center;
}
.pagination a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #088178;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.pagination a:hover{
    transform: scale(0.9);
}

/* SProduct */

.product-details{
    padding: 10rem 0 0  5rem;
    display: flex;
    flex-wrap: wrap;
}
.image-details{
    width: 50%;
    height: 70%;
    background-size: cover;
    background-position: center;
}
.product-details img{
    width: 80%;
    height: 70%;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.4);
}
.other-products{
    margin-top: 0.5rem;
    display: flex;
    width: 50%;
    height: 12rem;
}
.other-products img{
    width: 75%;
    height: 71.1%;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.other-products img:hover{
    transform: scale(1.1);
}
.pricing-details{
    padding-right: 7rem;
    margin-top: 2rem;
}
.pricing-details h6{
    font-weight: 600;
}
.pricing-details h4{
    font-size: 1.5rem;
    margin-top: 2.5rem;
    font-weight: 600;
}
.pricing-details h2{
    margin-top: 2rem;
    font-weight: 600;
}
.pricing-details select{
    margin-top: 0.7rem;
    height: 2rem;
    width: 9rem;
    border: 1px solid black;
    border-radius: 3px;
    padding-left: 0.5rem;
    font-size: 0.9rem;
}
.pricing-details select option{
    font-size: 0.8rem;
}
.pricing-details .cart{
    margin-top: 1rem;
    justify-content: flex-start;
}
.pricing-details .cart input{
    height: 3rem;
    width: 3.5rem;
    border: 1px solid;
    border-radius: 4px;
    padding-left: 1rem;
}
.pricing-details .cart button{
    height: 3rem;
    width: 10rem;
    border: none;
    border-radius: 4px;
    background-color: #088178;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
}
.pricing-details h5{
    margin-top: 2.5rem;
    font-weight: 600;
    font-size: 1.2rem;
}
.pricing-details p{
    margin-top: 1.1rem;
}

/* Blog Section */
.blog-hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    background-image: url(banner/b19.jpg);
    background-size: cover;
    width: 100%;
    height: 42vh;
}
.blog-hero-section h2{
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}
.blog-hero-section p{
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
}
.blog{
    padding: 2rem 9rem 4rem 9rem;
}
.blog-details{
    margin-top: 10rem;
    position: relative;
    display: flex;
}
.blog-img{
    width: 52%;
    margin-right: 40px;
}
.blog-details img{
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.blog-description{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-description h5{
    color: #000;
    font-weight: 600;
}
.blog-description p{
    width: 80%;
    margin-top: 0.5rem;
    font-size: 0.98rem;
}
.blog-description a{
    margin-top: 1rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    color: #000;
    position: relative;
    transition: 0.2s ease-in-out;
}
.blog-description a::after{
    content: '';
    width: 65px;
    height: 1.5px;
    background-color: #000;
    position: absolute;
    top: 7px;
    right: 342px;
}
.blog-description a:hover{
    color: #088178;
}
.blog-description a:hover::after{
    background-color: #088178;
}
.blog-details h1{
    position: absolute;
    font-weight: 800;
    font-size: 5rem;
    top: -55px;
    z-index: -2;
    color: #c9cbce;
}

/* About Section */
.about-hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    background-image: url(about/banner.png);
    background-size: cover;
    width: 100%;
    height: 42vh;
}
.about-hero-section h2{
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}
.about-hero-section p{
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
}
.about-us{
    padding: 4rem 3rem;
    display: flex;
    flex-wrap: wrap;
}
.aboutus-img{
    width: 50%;
}
.aboutus-img img{
    width: 90%;
}
.aboutus-description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.aboutus-description h1{
    font-weight: 700;
    font-size: 3rem;
}
.aboutus-description p{
    margin-top: 1rem;
}
.aboutus-description abbr{
    font-weight: 500;
    margin-top: 0.8rem;
    line-height: 1.5rem;
}
.aboutus-description marquee{
    background-color: #ccc;
}
.about-app{
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-app h1{
    font-size: 3rem;
    font-weight: 650;
}
.about-app h1 a{
    color: rgb(89, 1, 89);
}
.about-app .video{
    margin-top: 2rem;
    width: 60%;
}
.about-app .video video{
    width: 100%;
    border-radius: 20px;
}
.about-newsletter{
    margin-top: 8rem !important;
}

/* Contact Section */
.contact-hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    background-image: url(about/banner.png);
    background-size: cover;
    width: 100%;
    height: 42vh;
}
.contact-hero-section h2{
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}
.contact-hero-section p{
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
}
.location{
    display: flex;
    flex-wrap: wrap;
}
.location-details{
    padding: 6rem 0 0 4rem;
    width: 45%;
}
.location-details h6{
    font-size: 0.9rem;
}
.location-details h3{
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 2rem;
}
.location-details h5{
    font-weight: 600;
    margin-top: 1.8rem;
}
.office-details{
    display: flex;
    flex-direction: column;
    margin-top: 1.8rem;
}
.office-details div{
    line-height: 3rem;
}
.office-details div i{
    font-size: 1.3rem;
}
.office-details div a{
    text-decoration: none;
    padding-left: 1.5rem;
}
.map{
    padding: 3rem 4rem;
    width: 55%;
    height: 580px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.form-details{
    border: 1px solid rgb(162, 157, 157);
    padding: 5rem 0 5rem 3rem;
    margin: 4rem 3rem;
    box-shadow: 5px 5px 10px rgb(162, 157, 157);
    display: flex;
    flex-wrap: wrap;
}
form{
    width: 60%;
}
.form-details form{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
form span{
    font-size: 0.9rem;
    font-weight: 450;
    color: rgb(100, 99, 99);
}
form h2{
    font-size: 1.9rem;
    font-weight: 700;
    margin-top: 1.5rem;
}
form input{
    margin-top: 1.2rem;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgb(162, 157, 157);
    border-radius: 2px;
}
form textarea{
    margin-top: 1.2rem;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgb(162, 157, 157);
    border-radius: 2px;
}
form button{
    margin-top: 1.2rem;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    background-color: #088178;
    border: none;
    border-radius: 5px;
    width: 6rem;
    color: #fff;
    transition: 0.2s ease;
}
form button:hover{
    transform: scale(0.9);
}
form input:focus{
    outline: none;
}
form textarea:focus{
    outline: none;
}
.people{
    width: 40%;
}
.people-1{
    margin-left: 8rem;
    display: flex;
}
.people-1 img{
    width: 5rem;
    height: 5rem;
}
.people-1 div{
    margin-left: 1.5rem;
}
.people-1 h6{
    font-weight: 600;
}
.people-1 h5{
    color: #333638;
    font-size: 0.9rem;

}

@media (max-width: 768px) {

    /* ---------- LOCATION SECTION ---------- */
    .location {
        flex-direction: column;   
        align-items: center;
        padding: 2rem 1rem;
        text-align: center;
    }

    .location-details {
        width: 100%;
        padding: 1.5rem 1rem;
    }

    .location-details h3 {
        font-size: 1.5rem;
    }

    .location-details h5 {
        font-size: 1rem;
        margin-top: 1rem;
    }

    .office-details div {
        line-height: 2rem;
    }

    .office-details div a {
        font-size: 0.9rem;
        padding-left: 0.8rem;
    }

    .map {
        width: 100%;
        padding: 1rem;
        height: 350px;
    }

    .map iframe {
        width: 100%;
        height: 100%;
    }

    /* ---------- FORM DETAILS SECTION ---------- */
    .form-details {
        flex-direction: column;  
        align-items: center;
        padding: 2rem 1rem;
        margin: 2rem 1rem;
        text-align: center;
    }

    form {
        width: 100%;
        max-width: 500px;
    }

    .people {
        width: 100%;
        max-width: 500px;
        margin-top: 2rem;
    }

    .people-1 {
        flex-direction: column;   
        align-items: center;
        margin-left: 0;
    }

    .people-1 img {
        margin-bottom: 10px;
        width: 4.5rem;
        height: 4.5rem;
    }

    .people-1 div {
        margin-left: 0;
    }

    form button {
        width: 30%;              
    }
}

/* Cart Section */
.cart-hero-section{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5rem;
    background-image: url(banner/img3.jpg);
    background-size: cover;
    top: 50%;
    width: 100%;
    height: 50vh;
}
.cart-hero-section h2{
    font-size: 3.5rem;
    color: #000;
    font-weight: 800;
}
.cart-hero-section p{
    font-size: 1rem;
    color: #000;
    font-weight: 500;
}
.cart table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    white-space: nowrap;
    margin-top: 4rem;
}
.cart table thead{
    border: 1px solid #e2e9e1;
    border-left: none;
    border-right: none;
}
.cart table td:nth-child(1){
    width: 190px;
    text-align: center;
}
.cart table td:nth-child(2){
    width: 110px;
    text-align: center;
}
.cart table td:nth-child(3){
    width: 200px;
    text-align: center;
}
.cart table td:nth-child(4),
.cart table td:nth-child(5){
    width: 150px;
    text-align: center;
}
.cart table td:nth-child(6){
    width: 250px;
    text-align: center;
}
.cart table thead td{
    font-weight: 700;
    font-size: 0.9rem;
    padding: 16px 0;
}
.cart table tbody tr td{
    padding-top: 1.4rem;
}
.cart tbody td{
    color: rgb(48, 47, 47);
    font-weight: 400;
    font-size: 0.9rem;
}
.cart table img{
    width: 90px;
}
.cart table input{
    width: 4rem;
    padding: 0.4rem 0.8rem;
}
.buying .coupon input{
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgb(162, 157, 157);
    border-radius: 2px;
    width: 60%;
}
.buying .coupon textarea{
    margin-top: 1.2rem;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgb(162, 157, 157);
    border-radius: 2px;
}
.buying .coupon button{
    margin-top: 1.2rem;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #088178;
    border: none;
    border-radius: 5px;
    width: 6rem;
    color: #fff;
    transition: 0.2s ease;
}
.buying{
    margin: 5rem 5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.buying .coupon{
    width: 50%;
}
.coupon h5{
    margin: 0;
    font-size: 1.7rem;
    font-weight: 600;
}
.buying .coupon button:hover{
    transform: scale(0.9);
}
.buying .coupon input:focus{
    outline: none;
}
.buying .coupon textarea:focus{
    outline: none;
}
.buying .cart-total{
    padding: 2rem;
    border: 2px solid #e2e9e1;
    width: 50%;
}
.cart-total h5{
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}
.cart-total button{
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #088178;
    border: none;
    border-radius: 5px;
    width: 12rem;
    color: #fff;
    transition: 0.2s ease;
}
.cart-total button:hover{
    transform: scale(0.9);
}
.cart-total table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.4rem;
    margin-top: 1.2rem;
}
.cart-total table td{
    width: 50%;
    border: 1px solid #e2e9e1;
    padding: 10px;
    font-size: 13px;
}

@media (max-width: 768px) {
  .cart-hero-section {
    height: 35vh;
  }

  .cart-hero-section h2 {
    font-size: 2rem;
  }

  .cart-hero-section p {
    font-size: 0.9rem;
  }

  /* Make table horizontally scrollable to prevent breaking */
  .cart table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .cart table thead td {
    font-size: 0.85rem;
    padding: 10px;
  }

  .cart table tbody tr td {
    font-size: 0.8rem;
    padding: 8px;
  }

  .cart table img {
    width: 65px;
  }

  .cart table input {
    width: 3rem;
    padding: 0.3rem;
  }

  .buying {
    margin: 2rem 1rem;
  }

  .buying .coupon,
  .buying .cart-total {
    width: 100%;
  }

  .coupon h5{
    margin-bottom: 0.8rem;
  }

  .buying .coupon input{
    width: 100%;
  }

  .buying .coupon button{
    width: 32%;
  }

  .cart-total button{
    width: 65%
  }

  .cart-total {
    padding: 1.2rem;
  }

  .cart-total table td {
    font-size: 0.8rem;
  }
}

/* ----------- Extra small screens (Phones ≤ 480px) ----------- */
@media (max-width: 480px) {
  .cart-hero-section {
    height: 30vh;
  }

  .cart-hero-section h2 {
    font-size: 1.6rem;
  }

  .cart-hero-section p {
    font-size: 0.8rem;
  }

  .cart table {
    font-size: 0.75rem;
  }

  .cart table img {
    width: 55px;
  }

  .cart table input {
    width: 2.5rem;
  }

  .buying {
    margin: 1rem;
  }

  .buying .coupon h5,
  .cart-total h5 {
    font-size: 1.2rem;
  }

  .buying .coupon,
  .buying .cart-total {
    padding: 1rem;
  }

  .cart-total table td {
    font-size: 0.75rem;
  }
}

@media (max-width: 992px) {
  .cart-hero-section {
    height: 40vh;
    margin-top: 4rem;
  }

  .cart-hero-section h2 {
    font-size: 2.8rem;
  }

  .cart-hero-section p {
    font-size: 1rem;
  }

  .cart table {
    width: 100%;
    font-size: 0.9rem;
  }

  .cart table img {
    width: 80px;
  }

  .cart table input {
    width: 3.5rem;
  }

  /* Stack coupon and totals vertically */
  .buying {
    margin: 3rem 2rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .buying .coupon,
  .buying .cart-total {
    width: 90%;
  }

  .cart-total table td {
    font-size: 0.9rem;
  }
}



.small-img.selected { border: 2px solid #f00; }
